home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_Scroll / DrawingViewWraps.h < prev    next >
C/C++ Source or Header  |  1992-12-19  |  461b  |  17 lines

  1. /* DrawingViewWraps.h generated from DrawingViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWINGVIEWWRAPS_H
  6. #define DRAWINGVIEWWRAPS_H
  7.  
  8. extern void PSWMarkTime( void );
  9.  
  10. extern void PSWReturnTime(int *ElapsedTime);
  11.  
  12. extern void PSWUcachestatus(int *Bsize, int *Bmax, int *Rsize, int *Rmax, int *Blimit);
  13.  
  14. extern void PSWSetParameters(int LineJoin, int LineCap, float LineWidth, float MiterLimit);
  15.  
  16. #endif DRAWINGVIEWWRAPS_H
  17.